GrapeCity.Xaml.SpreadSheet.Data
SavePdfAsync(Stream,Int32[]) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SavePdfAsync Method : SavePdfAsync(Stream,Int32[]) Method
The stream to which to save the data.
The index of the sheet.
Saves the content of the GcSpreadSheet component to the specified stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function SavePdfAsync( _
   ByVal stream As Stream, _
   ByVal ParamArray sheetIndexs() As Integer _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim stream As Stream
Dim sheetIndexs() As Integer
Dim value As IAsyncAction
 
value = instance.SavePdfAsync(stream, sheetIndexs)
public IAsyncAction SavePdfAsync( 
   Stream stream,
   params int[] sheetIndexs
)

Parameters

stream
The stream to which to save the data.
sheetIndexs
The index of the sheet.
See Also

Reference

Workbook Class
Workbook Members
Overload List